home *** CD-ROM | disk | FTP | other *** search
/ IL-2 Sturmovik (2001) Dig…Preview and Review disks / Demo disk.iso / data1.cab / Files / lib / rt.jar / javax / swing / plaf / basic / resources / basic_de.properties next >
Encoding:
Text File  |  1979-12-31  |  3.5 KB  |  101 lines

  1. # This properties file is used to create a PropertyResourceBundle
  2. # It contains Locale specific strings used in Swing
  3. # Currently, the following components need this for support:
  4. #
  5. #    ColorChooser
  6. #    FileChooser
  7. #    OptionPane
  8. #
  9. # When this file is read in, the strings are put into the 
  10. # defaults table.  This is an implementation detail of the current
  11. # workings of Swing.  DO NOT DEPEND ON THIS.  
  12. # This may change in future versions of Swing as we improve localization 
  13. # support.
  14. #
  15. # 1.9 04/05/01
  16. # @author Steve Wilson
  17.  
  18. ############ FILE CHOOSER STRINGS #############
  19. FileChooser.fileDescriptionText=Allgemeine Datei
  20. FileChooser.directoryDescriptionText=Verzeichnis
  21. FileChooser.newFolderErrorText=Fehler beim Erstellen eines neuen Ordners
  22. FileChooser.newFolderErrorSeparator= : 
  23. FileChooser.acceptAllFileFilterText=Alle Dateien (*.*)
  24. FileChooser.cancelButtonText=Abbrechen
  25. FileChooser.saveButtonText=Speichern
  26. FileChooser.openButtonText=\u00d6ffnen
  27. FileChooser.saveDialogTitleText=Speichern
  28. FileChooser.openDialogTitleText=\u00d6ffnen
  29. FileChooser.updateButtonText=Aktualisieren
  30. FileChooser.helpButtonText=Hilfe
  31.  
  32. # These strings are platform dependent not look and feel dependent.
  33. FileChooser.win32.newFolder=Neuer Ordner
  34. FileChooser.win32.newFolder.subsequent=Neuer Ordner ({0})
  35. FileChooser.other.newFolder=NeuerOrdner
  36. FileChooser.other.newFolder.subsequent=NeuerOrdner.{0}
  37.  
  38. ## file chooser tooltips ###
  39. FileChooser.cancelButtonToolTipText=Dialogfeld f\u00fcr Dateiauswahl abbrechen
  40. FileChooser.saveButtonToolTipText=Ausgew\u00e4hlte Datei speichern
  41. FileChooser.openButtonToolTipText=Ausgew\u00e4hlte Datei \u00f6ffnen
  42. FileChooser.updateButtonToolTipText=Verzeichnisliste aktualisieren
  43. FileChooser.helpButtonToolTipText=Hilfe f\u00fcr Dateiauswahl
  44.  
  45. ############ COLOR CHOOSER STRINGS #############
  46. ColorChooser.previewText=Vorschau
  47. ColorChooser.okText=OK
  48. ColorChooser.cancelText=Abbrechen
  49. ColorChooser.resetText=Zur\u00fccksetzen
  50. ColorChooser.sampleText=Beispieltext  Beispieltext
  51. ColorChooser.swatchesNameText=Muster
  52. ColorChooser.swatchesRecentText=Aktuell:
  53. ColorChooser.hsbNameText=HSB
  54. ColorChooser.hsbHueText=H
  55. ColorChooser.hsbSaturationText=S
  56. ColorChooser.hsbBrightnessText=B
  57. ColorChooser.hsbRedText=R
  58. ColorChooser.hsbGreenText=G
  59. ColorChooser.hsbBlueText=B
  60. ColorChooser.rgbNameText=RGB
  61. ColorChooser.rgbRedText=Rot
  62. ColorChooser.rgbGreenText=Gr\u00fcn
  63. ColorChooser.rgbBlueText=Blau
  64.  
  65. ############ OPTION PANE STRINGS #############
  66. OptionPane.yesButtonText=Ja
  67. OptionPane.noButtonText=Nein
  68. OptionPane.okButtonText=OK
  69. OptionPane.cancelButtonText=Abbrechen
  70. OptionPane.titleText=W\u00e4hlen Sie eine Option aus
  71.  
  72. ############ Text strings #############
  73. # Used for html forms
  74. FormView.submitButtonText=Abfrage senden
  75. FormView.resetButtonText=Zur\u00fccksetzen
  76.  
  77.  ############ Abstract Document Strings ############
  78.  AbstractDocument.styleChangeText=Formatvorlagen\u00e4nderung
  79.  AbstractDocument.additionText=Hinzuf\u00fcgen
  80.  AbstractDocument.deletionText=L\u00f6schen
  81.  AbstractDocument.undoText=R\u00fcckg\u00e4ngig
  82.  AbstractDocument.redoText=Wiederherstellen
  83.  
  84.  ############ Abstract Button Strings ############
  85.  AbstractButton.clickText=Klicken
  86.  
  87.  ############ Abstract Undoable Edit Strings ############
  88.  AbstractUndoableEdit.undoText=R\u00fcckg\u00e4ngig
  89.  AbstractUndoableEdit.redoText=Wiederherstellen
  90.  
  91.  ############ Combo Box Strings ############
  92.  ComboBox.togglePopupText=Popup umschalten
  93.  
  94.  ############ Progress Monitor Strings ############
  95.  ProgressMonitor.progressText=Fortschritt...
  96.  
  97.  ############ Split Pane Strings ############
  98.  SplitPane.leftButtonText=linke Taste
  99.  SplitPane.rightButtonText=rechte Taste
  100.  
  101.